Queue.put

Adds an item to the queue

struct Queue(T)
void
put
(
T x
)

Parameters

x T

The value to add

Meta